@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Bold.eot");
  src: url("../fonts/Exo2-Bold-1.eot") format('embedded-opentype'),
        url("../fonts/Exo2-Bold.woff2") format('woff2'),
        url("../fonts/Exo2-Bold.woff") format('woff'),
        url("../fonts/Exo2-Bold.ttf") format('truetype'),
        url("../fonts/Exo2-Bold.svg") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Black.eot");
  src: url("../fonts/Exo2-Black-1.eot") format('embedded-opentype'),
        url("../fonts/Exo2-Black.woff2") format('woff2'),
        url("../fonts/Exo2-Black.woff") format('woff'),
        url("../fonts/Exo2-Black.ttf") format('truetype'),
        url("../fonts/Exo2-Black.svg") format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Medium.eot");
  src: url("../fonts/Exo2-Medium-1.eot") format('embedded-opentype'),
        url("../fonts/Exo2-Medium.woff2") format('woff2'),
        url("../fonts/Exo2-Medium.woff") format('woff'),
        url("../fonts/Exo2-Medium.ttf") format('truetype'),
        url("../fonts/Exo2-Medium.svg") format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Regular.eot");
  src: url("../fonts/Exo2-Regular-1.eot") format('embedded-opentype'),
        url("../fonts/Exo2-Regular.woff2") format('woff2'),
        url("../fonts/Exo2-Regular.woff") format('woff'),
        url("../fonts/Exo2-Regular.ttf") format('truetype'),
        url("../fonts/Exo2-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: url("../fonts/Exo2-Light.eot");
  src: url("../fonts/Exo2-Light-1.eot") format('embedded-opentype'),
        url("../fonts/Exo2-Light.woff2") format('woff2'),
        url("../fonts/Exo2-Light.woff") format('woff'),
        url("../fonts/Exo2-Light.ttf") format('truetype'),
        url("../fonts/Exo2-Light.svg") format('svg');
  font-weight: 300;
  font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes jampTrf2 {
  0% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

  15% {
    -webkit-transform: scale(1.3) translateY(-7%);
    transform: scale(1.3) translateY(-7%);
  }

  25% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

  35% {
    -webkit-transform: scale(1.3) translateY(-3%);
    transform: scale(1.3) translateY(-3%);
  }

  45% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

  100% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }
}

@keyframes jampTrf2 {
  0% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

  15% {
    -webkit-transform: scale(1.3) translateY(-7%);
    transform: scale(1.3) translateY(-7%);
  }

  25% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

  35% {
    -webkit-transform: scale(1.3) translateY(-3%);
    transform: scale(1.3) translateY(-3%);
  }

  45% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

  100% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }

  15% {
    -webkit-transform: translateY(-7%) skew(14deg);
    transform: translateY(-7%) skew(14deg);
  }

  25% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }

  35% {
    -webkit-transform: translateY(-3%) skew(14deg);
    transform: translateY(-3%) skew(14deg);
  }

  45% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }

  100% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }

  15% {
    -webkit-transform: translateY(-7%) skew(14deg);
    transform: translateY(-7%) skew(14deg);
  }

  25% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }

  35% {
    -webkit-transform: translateY(-3%) skew(14deg);
    transform: translateY(-3%) skew(14deg);
  }

  45% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }

  100% {
    -webkit-transform: translateY(0) skew(14deg);
    transform: translateY(0) skew(14deg);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes pulseicon2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulseicon2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
  font-weight: normal;
  overflow-x: hidden;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  margin: 0.2vw 0;
}

.container {
  max-width: 80vw;
  margin: 0 auto;
}

.stop {
  overflow: hidden;
}

input::-webkit-input-placeholder {
  color: #a7a7a7;
}

input:-ms-input-placeholder {
  color: #a7a7a7;
}

input::-ms-input-placeholder {
  color: #a7a7a7;
}

input::-moz-placeholder {
  color: #a7a7a7;
}

input::placeholder {
  color: #a7a7a7;
}

input:disabled {
  opacity: 0.6;
}

.list-none {
  padding: 0;
  list-style-type: none;
}

.btn {
  min-height: 4vw;
  padding: 1.2vw 0.8vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: -4px 6px 35px rgba(225, 28, 56, 0.65), inset 0 -4px 1px #930c25;
  box-shadow: -4px 6px 35px rgba(225, 28, 56, 0.65), inset 0 -4px 1px #930c25;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d80733), to(#fb5f45));
  background-image: -webkit-linear-gradient(bottom, #d80733 0%, #fb5f45 100%);
  background-image: -o-linear-gradient(bottom, #d80733 0%, #fb5f45 100%);
  background-image: linear-gradient(to top, #d80733 0%, #fb5f45 100%);
  position: relative;
  -webkit-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  transform: skew(-14deg);
}

.btn:disabled {
  opacity: 0.6;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
  -webkit-box-shadow: -4px 6px 35px rgba(225, 28, 56, 0.65), inset 0 4px 1px #930c25;
  box-shadow: -4px 6px 35px rgba(225, 28, 56, 0.65), inset 0 4px 1px #930c25;
}

.btn-header {
  width: 16vw;
  margin: 0 auto;
}

.btn-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 1.6vw;
  margin-right: 0.6vw;
}

.btn-text {
  color: #ffffff;
  font-size: 0.94vw;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
  text-shadow: -1px 1px 5px rgba(44, 110, 74, 0.49);
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-text img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.6vw;
  -webkit-animation: opas 2.5s infinite linear;
  animation: opas 2.5s infinite linear;
}

.btn-text-small {
  color: #fff !important;
  margin-bottom: 0 !important;
}

.btn-border {
  border-radius: 8px;
  border: 2px solid #0ac96b;
  padding: 1vw;
  color: #0ac96b;
  font-size: 1vw;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-border:hover {
  border: 2px solid #30f594;
  color: #30f594;
}

.small-text {
  font-size: 0.9vw;
}

.fwm {
  font-weight: 500;
}

.text13 {
  font-size: 0.7vw;
}

.gray {
  color: #696868;
}

.db {
  display: block;
}

.link-underline {
  color: #1f1d1d;
  font-size: 0.83vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-underline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 99%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #1f1d1d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-underline:hover:before {
  width: 50%;
}

.input {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding: 1vw 1vw;
  font-size: 0.94vw;
  font-weight: 500;
  text-align: center;
  width: 100%;
  color: #a7a7a7;
  text-align: left;
}

.inpm {
  width: 47%;
  margin: 0 1.5%;
}

.textarea {
  border-radius: 8px;
  text-align: left;
}

.text-small {
  color: #7a7a7a;
  font-size: 0.83vw;
  margin-bottom: 0.3vw;
}

.text-small span {
  font-weight: 700;
}

.text-small a {
  color: #5b76ff;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.text-small a:hover {
  color: #000;
}

.bold-text {
  font-size: 0.92vw;
}

.bold-text b {
  font-weight: 900;
}

.contacts {
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
  border-radius: 34px 34px 36px 36px;
  background-color: #ffffff;
  padding: 0.5vw 1.7vw 0.5vw 1vw;
}

.tel {
  color: #000000;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tel:hover {
  color: #fbd05d;
}

.title {
  color: #1f1d1d;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1;
}

.title .tg {
  color: #20a1d9;
}

.title b {
  font-weight: 900;
}

.title-min {
  font-size: 2.2vw;
  font-weight: 500;
}

.min {
  font-weight: 300;
}

.subtitle {
  font-size: 1.4vw;
}

.center {
  text-align: center;
}

.text-left {
  text-align: right;
}

.text-md {
  font-size: 1.2vw;
}

.text {
  font-size: 1vw;
}

.title__item {
  font-size: 1.94vw;
  font-weight: 900;
}

.tlf {
  text-align: left;
}

.title__item-main {
  margin: 3vw 0;
}

.text-right {
  text-align: right;
}

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

.mbm {
  margin-bottom: 0.7vw;
}

.mbms {
  margin-bottom: 0.4vw;
}

.lht {
  font-weight: 300;
}

.mob-show {
  display: none;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 18;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2vw;
  border: none;
  background: transparent;
  width: 2vw;
  height: 2vw;
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.3);
  -ms-transform: translateY(-50%) scale(1.3);
  transform: translateY(-50%) scale(1.3);
}

.slidePrev {
  left: 0.5vw;
}

.slideNext {
  right: 1vw;
}

.cl {
  color: #c91c39;
}

.gift-blocks {
  height: 10vw;
  margin-top: 2vw;
}

.img-decor {
  position: relative;
  z-index: 5;
}

.hover-title {
  text-decoration: underline;
}

.jscls .div_opacity {
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}

.header {
  position: relative;
  z-index: 11;
}

.header__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.6vw 0;
  margin-bottom: 1.2vw;
  padding-bottom: 0;
  margin-bottom: 0;
}

.header .gray {
  color: #e6e4e4;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__img {
  max-width: 15vw;
  margin-right: 1vw;
}

.logo__text {
  position: relative;
  margin: 0;
  text-shadow: 0 0 27px #282828;
  color: #ffffff;
  letter-spacing: 0.98px;
  margin-left: 0.6vw;
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  margin-top: -0.3vw;
  line-height: 1.5;
}

.section-all {
  background: url("../img/main/bg.png") no-repeat center top;
  background-size: cover;
  padding-bottom: 2.3vw;
}

.main-banner img {
  width: 7.3rem;
}

.header__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.47vw;
  color: #ffffff;
  font-weight: 900;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.number img {
  margin-right: 0.8vw;
  max-width: 1.7vw;
}

.number:hover {
  opacity: 0.7;
}

.header-btn {
  -webkit-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  transform: skew(-14deg);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b3b3b3), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #b3b3b3 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #b3b3b3 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #b3b3b3 0%, #ffffff 100%);
  border-radius: 1rem;
  padding: 1.31vw;
  padding-left: 3.5vw;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: -4px 6px 40px rgba(40, 40, 40, 0.25), inset 0 -3px 1px #818181;
  box-shadow: -4px 6px 40px rgba(40, 40, 40, 0.25), inset 0 -3px 1px #818181;
  margin-bottom: 0.3vw;
}

.header-btn:hover .header-banner-info .link-underline,
.header-btn:hover .header-banner-info .text13 {
  color: #f14540 !important;
}

.header-btn:hover .header-banner-info .link-underline:before {
  background: #f14540;
}

.header-banner img {
  width: 8.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: -4.5vw;
  top: -1.7vw;
  max-height: none;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.header-banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
}

.header-banner-info .text13 {
  margin-left: 0.3vw;
  color: #282828;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header__soc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__soc-item {
  display: inline-block;
  height: 1.5vw;
  margin: 0 0.5vw;
}

.footer {
  padding: 1.2vw 0;
  position: relative;
}

.footer:before {
  content: '';
  position: absolute;
  top: -2px;
  width: 100%;
  height: 1px;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(185, 203, 216, 0.3)), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent 0%, rgba(185, 203, 216, 0.3) 50%, transparent 100%);
  background-image: -o-linear-gradient(right, transparent 0%, rgba(185, 203, 216, 0.3) 50%, transparent 100%);
  background-image: linear-gradient(to left, transparent 0%, rgba(185, 203, 216, 0.3) 50%, transparent 100%);
}

.footer:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1px;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(185, 203, 216, 0.3)), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent 0%, rgba(185, 203, 216, 0.3) 50%, transparent 100%);
  background-image: -o-linear-gradient(right, transparent 0%, rgba(185, 203, 216, 0.3) 50%, transparent 100%);
  background-image: linear-gradient(to left, transparent 0%, rgba(185, 203, 216, 0.3) 50%, transparent 100%);
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.footer__block {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-paradigma {
  color: #b9cbd8;
}

.text-paradigma .min {
  font-weight: 100 !important;
}

.text-paradigma a {
  color: #f95a44 !important;
}

.text-paradigma a:hover {
  color: #e72e3b;
}

.main__cont {
  padding-top: 1.4vw;
  position: relative;
}

.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5vw;
  font-weight: 100;
}

.main-banner img {
  margin-left: 0.8vw;
}

.main__advas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 38%;
  position: relative;
}

.main__advas-item {
  max-width: 31%;
  margin: 0 1.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.33px;
}

.main__advas-item b {
  font-weight: 900;
}

.main__advas-img {
  height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__advas-img img.fix {
  -webkit-transform: scale(1) translateX(-23%);
  -ms-transform: scale(1) translateX(-23%);
  transform: scale(1) translateX(-23%);
}

.main-arr {
  position: absolute;
  right: -7vw;
  top: 5vw;
  width: 2.4vw;
}

.hover-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.hover-title-img {
  max-width: 2vw;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(80%, -10%);
  -ms-transform: translate(80%, -10%);
  transform: translate(80%, -10%);
  z-index: 4;
}

.tooltip-t1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(102%, -93%) scale(0);
  -ms-transform: translate(102%, -93%) scale(0);
  transform: translate(102%, -93%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 16vw;
  padding: 1.5vw;
  -webkit-box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  border-radius: 7px;
  background-color: #f7f7fb;
  z-index: 3;
}

.hover-title:hover .tooltip-t1 {
  -webkit-transform: translate(102%, -93%) scale(1);
  -ms-transform: translate(102%, -93%) scale(1);
  transform: translate(102%, -93%) scale(1);
  opacity: 1;
}

.main-btn {
  padding-left: 4vw;
  padding-right: 3vw;
  width: 33vw;
  min-height: 5vw;
}

.main__boll {
  width: 39vw;
  height: 24vw;
  position: absolute;
  right: 0;
  top: 5vw;
}

.btn-img-1 {
  position: absolute;
  width: 7vw;
  left: -2vw;
  top: -2vw;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
  z-index: 7;
}

.btn-img-2 {
  position: absolute;
  width: 14vw;
  right: -8vw;
  top: 1vw;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
  z-index: 7;
}

@-webkit-keyframes transform-scale {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
  }
}

@keyframes transform-scale {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
  }
}

.bitem {
  position: absolute;
  cursor: pointer;
  z-index: 19;
}

.bitem-item {
  position: relative;
  z-index: 13;
}

.bitem-item img {
  width: 1.9vw;
  position: relative;
  z-index: 14;
}

.bitem-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140%;
  height: 127%;
  border-radius: 100%;
  background-color: #e5273a;
  opacity: 0.25;
  z-index: -1;
  -webkit-animation: pulseicon 3.2s infinite linear;
  animation: pulseicon 3.2s infinite linear;
}

.bitem-item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 175%;
  height: 167%;
  border-radius: 100%;
  background-color: #e5273a;
  opacity: 0.25;
  z-index: -2;
  -webkit-animation: pulseicon 3.2s infinite linear;
  animation: pulseicon 3.2s infinite linear;
}

.bitem.act .tool {
  -webkit-transform: translate(91%, 123%) scale(1) skew(-14deg) !important;
  -ms-transform: translate(91%, 123%) scale(1) skew(-14deg) !important;
  transform: translate(91%, 123%) scale(1) skew(-14deg) !important;
  opacity: 1 !important;
}

.bitem:hover .tool {
  -webkit-transform: translate(91%, 123%) scale(1) skew(-14deg) !important;
  -ms-transform: translate(91%, 123%) scale(1) skew(-14deg) !important;
  transform: translate(91%, 123%) scale(1) skew(-14deg) !important;
  opacity: 1 !important;
}

.bitem-1 {
  left: 16vw;
  top: 7vw;
}

.bitem-2 {
  left: 36vw;
  top: 13.5vw;
}

.bitem-2.act .tool {
  -webkit-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  -ms-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  opacity: 1 !important;
}

.bitem-2:hover .tool {
  -webkit-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  -ms-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  opacity: 1 !important;
}

.bitem-3 {
  left: 16vw;
  bottom: 2vw;
}

.tool {
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  right: 0;
  bottom: 2.3vw;
  width: 20.5vw;
  padding: 0.8vw;
  padding-bottom: 0.6vw;
  z-index: 12;
  border-radius: 7px;
  background-color: #f7f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tool:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-1deg);
  -ms-transform: translate(-50%, -50%) skew(-1deg);
  transform: translate(-50%, -50%) skew(-1deg);
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  border-radius: 7px;
  border: 1px solid #e8e8e8;
  z-index: -1;
}

.tool.t2 {
  width: 16vw;
}

.tool-img {
  width: 4vw;
  height: 3.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.7vw;
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tool span {
  -webkit-transform: skew(1deg);
  -ms-transform: skew(1deg);
  transform: skew(1deg);
  display: inline-block;
}

.tool-img3 img {
  -webkit-transform: translateX(1vw);
  -ms-transform: translateX(1vw);
  transform: translateX(1vw);
}

.test {
  padding: 3vw 0;
  padding-bottom: 3.7vw;
  position: relative;
  margin-top: 7vw;
}

.test .gray {
  color: #a3a4a4;
}

.test__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  border-radius: 10px;
  background-color: #fcfcfc;
  position: relative;
  z-index: 11;
}

.test__cont:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 99%;
  -webkit-box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  border-radius: 0 0 20px 20px;
  background-color: #f7f7fb;
  opacity: 0.45;
  width: 90%;
  height: 1.2vw;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.test-info {
  width: 71%;
  padding: 2.5vw 3.5vw;
  overflow: hidden;
}

.test-right {
  width: 29%;
  border-radius: 0 10px 10px 0;
}

.test-right-item {
  padding: 1.5vw;
  text-align: center;
  margin-right: -1px;
  height: 100%;
  position: relative;
  padding-bottom: 14vw;
}

.test-right-man img {
  max-height: 14vw;
}

.qw-1-img {
  position: absolute;
  right: -22vw;
  top: -2vw;
  width: 48vw;
  max-height: none;
}

.qw-2-img {
  position: absolute;
  right: -10vw;
  top: 7vw;
  width: 34vw;
  max-height: none;
}

.dialog {
  position: relative;
  padding: 4px;
  border-radius: 5px;
  border: 1px dashed rgba(103, 111, 117, 0.35);
}

.dialog-item {
  border-radius: 5px;
  background-color: #363636;
  color: #fff;
  padding: 1.7vw 1vw;
}

.img-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.number-post-item {
  font-weight: 100;
  color: #ad0416;
}

.bg-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-psevdo {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 0.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  border-radius: 100%;
}

.checkbox-psevdo-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-psevdo-active img {
  width: 100%;
}

.checkbox-psevdo.t3 {
  border-radius: 100%;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: #cc1b39 !important;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 100%;
}

.checkbox-psevdo.t0 {
  background-color: #cc1b39;
}

.checkbox-inp:checked ~ span span .radio-label {
  color: #2a2a2a;
}

.checkbox-inp:checked ~ .radio-label .checkbox-psevdo-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.checkbox-inp:checked ~ .bg-label {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 38px rgba(241, 70, 64, 0.11);
  box-shadow: 0 0 38px rgba(241, 70, 64, 0.11);
  border: 1px solid #e8e8e8;
}

.checkbox-inp:checked ~ .radio-label {
  color: #2a2a2a;
}

.checkbox-inp:checked ~ .checkbox-psevdo {
  -webkit-box-shadow: 0 2px 1rem rgba(22, 106, 172, 0.2);
  box-shadow: 0 2px 1rem rgba(22, 106, 172, 0.2);
}

.checkbox-inp:checked ~ .checkbox-psevdo-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ .bg-label {
  opacity: 1 !important;
}

.label-test__block-t1 {
  padding: 0.7vw 0.5vw;
  padding-top: 0.3vw;
}

.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 2vh;
  margin-bottom: 3vh;
  width: 100%;
  font-weight: 500;
}

.radio-item {
  width: 45%;
  text-align: left;
}

.radio-label {
  color: #2a2a2a;
  font-size: 0.91vw;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
}

.radio-label .small-text {
  display: block;
  color: #898888;
}

.radio-psevdo {
  -webkit-box-shadow: 0 2px 10px rgba(182, 138, 98, 0.2);
  box-shadow: 0 2px 10px rgba(182, 138, 98, 0.2);
  border: 1px solid #b68a62;
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-top: -0.15vw;
}

.radio-psevdo-active {
  width: 0.48vw;
  height: 0.48vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b68a62), to(#c0a48b));
  background-image: -webkit-linear-gradient(bottom, #b68a62 0%, #c0a48b 100%);
  background-image: -o-linear-gradient(bottom, #b68a62 0%, #c0a48b 100%);
  background-image: linear-gradient(to top, #b68a62 0%, #c0a48b 100%);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.radio-block {
  width: 100%;
}

.radio-btn {
  display: none;
}

.radio-btn:checked ~ .radio-label {
  color: #2a2a2a;
}

.radio-btn:checked ~ .radio-psevdo-active {
  opacity: 1;
}

.radio-btn:checked ~ label.final-label {
  border: 2px solid #96c3e6;
}

.checkbox-inp:checked ~ span span .radio-label .label-texts {
  font-weight: 700;
}

.test-circle {
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: -2px 1px 13px rgba(20, 20, 20, 0.1);
  box-shadow: -2px 1px 13px rgba(20, 20, 20, 0.1);
  background-color: #fcfcfc;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 43;
}

.test-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.7rem;
  height: 1.7rem;
  background-color: #e8e8e8;
  border-radius: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.test-circle-active:before {
  opacity: 1;
  background-color: #5ecaec;
}

.test-block {
  height: 1rem;
  width: 8%;
  -webkit-box-shadow: inset -2px 1px 13px 1px rgba(80, 80, 80, 0.1);
  box-shadow: inset -2px 1px 13px 1px rgba(80, 80, 80, 0.1);
  background-color: #f2f0f0;
  position: relative;
  z-index: 17;
  -ms-flex-item-align: center;
  align-self: center;
}

.test-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.test-block-active:before {
  width: 100%;
  background-color: #5ecaec;
}

.test-item__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
  margin: 3vw auto 0;
}

.test-item__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  font-size: 5.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-item__number-all {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 50%;
}

.test-item__number-all .zero {
  font-size: 1.3rem;
  letter-spacing: 1.6px;
}

.test-item__number-furst {
  margin-top: 0.8rem;
}

.test-progress {
  color: #838f95;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-transform: uppercase;
  position: relative;
  z-index: 19;
}

.test__visual {
  position: relative;
  z-index: 17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.labels-6-wrap {
  width: 80%;
}

.checkbox-wrap {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 1vw;
  opacity: 0.98;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 45%;
  border-radius: 5px;
  -webkit-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  transform: skew(-14deg);
  margin: 0 1.5%;
}

.checkbox-wrap.tgift .labels-img {
  height: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5vw;
}

.checkbox-wrap.tgift .labels-img img {
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
}

.checkbox-wrap.t1 {
  width: 28%;
  text-align: center;
  margin: 0 2%;
  margin-bottom: 1vw;
}

.checkbox-wrap.t2 {
  width: 22%;
  margin: 0 1.5%;
  margin-bottom: 1vw;
  height: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkbox-wrap.t3 {
  width: 47%;
  padding: 0;
  margin: 0 1.5%;
  margin-bottom: 1vw;
}

.checkbox-wrap.t3 .radio-label {
  padding: 1vw;
}

.checkbox-wrap.t3 .labels-img {
  border-radius: 1rem 1rem 0 0;
}

.checkbox-wrap.ts2 {
  min-height: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2%;
  margin-bottom: 2vw;
}

.checkbox-wrap.ts3 {
  min-height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2%;
  margin-bottom: 2vw;
}

.checkbox-wrap.t4 {
  margin: 0 1.5%;
  margin-bottom: 1vw;
  border-radius: 45px;
  width: 100%;
}

.checkbox-wrap.t4 .bg-label {
  border-radius: 45px;
}

.checkbox-wrap:hover {
  opacity: 1;
}

.checkbox-wrap:hover .bg-label {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 38px rgba(241, 70, 64, 0.11);
  box-shadow: 0 0 38px rgba(241, 70, 64, 0.11);
  border: 1px solid #e5273a;
}

.checkbox-wrap.active {
  opacity: 1;
}

.checkbox-wrap.active .bg-label {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 38px rgba(241, 70, 64, 0.11);
  box-shadow: 0 0 38px rgba(241, 70, 64, 0.11);
  border: 1px solid #e5273a;
}

.checkbox-wrap.active .soc-img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.minimal {
  font-size: 0.68vw;
}

.block-wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-wallet .text12 {
  width: 59%;
}

.labels-img {
  position: relative;
  display: block;
}

.labels-img.t1 {
  height: 8vw;
}

.labels-img.t2 {
  height: 6.6vw;
}

.test-item-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-act {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  width: 3.1vw;
  display: inline-block;
  z-index: 99;
}

.play-act img {
  -webkit-animation: pulseicon2 4.2s infinite linear;
  animation: pulseicon2 4.2s infinite linear;
}

.test-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.test-item-block-left {
  width: 50%;
  padding: 1.5vw;
}

.test-item-block-right {
  width: 50%;
}

.test-item-block.t2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.test__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-test {
  width: 17vw;
}

.btn-test img {
  margin-left: 0.7vw;
}

.btn-test .btn-text {
  font-size: 1.2vw;
}

.test-item__left {
  width: 50%;
  padding: 2vw;
  padding-right: 3.9vw;
}

.test-item__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.arr2 {
  position: absolute;
  right: 9vw;
  top: -2.7vw;
  height: 2.5vw;
}

.arr1 {
  position: absolute;
  right: 5.5vw;
  top: -3.5vw;
  height: 3.2vw;
  max-height: none;
}

.ranges-inp {
  width: 6.5vw;
  margin: 0 1vw;
  padding: 0.88vw 1vw;
  font-weight: 900;
}

.test-item__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-item__right img {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  -ms-flex-item-align: center;
  align-self: center;
}

.test-item.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.irs {
  width: 100%;
}

.irs-max,
.irs-min {
  display: none;
}

.irs--flat .irs-line {
  border-radius: 6px;
  background-color: #f0f0f0;
  top: 29px;
}

.irs--flat .irs-bar {
  border-radius: 6px;
  background-color: #5ecaec;
  top: 29px;
}

.irs--flat .irs-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  top: 24px;
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 1.8rem;
  font-weight: 300;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  top: -1rem;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs-single {
  display: none;
}

.bgts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.6vw;
}

[type="file"] {
  display: none;
}

.file-wrap-wrap {
  width: 85%;
}

.file-wrap {
  border-radius: 59px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
  font-weight: 400;
  color: #6f6f6f;
  padding-left: 1.5vw;
}

.file-link {
  border-radius: 59px;
  background-color: #e8e8e8;
  color: #262626;
  font-weight: 700;
  padding: 0.9vw 1.5vw;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin-top: -1px;
  margin-right: -1px;
}

.file-link:hover {
  background-color: #59c8eb;
}

.cont-load {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load {
  -webkit-animation: rotate 3.8s infinite linear;
  animation: rotate 3.8s infinite linear;
}

.checkbox-wrap.t8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3vw 0.5vw;
  height: auto;
  border: none;
  margin-bottom: 0.3vw !important;
}

.checkbox-wrap.t8 .soc-img {
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.social-list {
  width: 44%;
}

.soc-img {
  width: 1.7vw;
  height: 1.65vw;
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.test-final-btn {
  padding-right: 0.8vw;
  width: 100%;
  min-height: 4vw;
}

.btn-img-3 {
  position: absolute;
  right: -7vw;
  top: -1vw;
  width: 12vw;
  z-index: 17;
}

.btn-img-3 img {
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.final-title {
  font-size: 1.5vw;
}

.img-final {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18vw;
  max-width: none;
  max-height: none;
}

.test__visual {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-final {
  padding-left: 3.5vw;
}

.item-final .checkbox-wrap.t4 {
  margin-bottom: 0.6vw;
}

.test-item.final {
  position: relative;
}

.end-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-pdf {
  width: 19vw;
  padding-right: 3vw;
  min-height: 4vw;
}

.pdf-img-2 {
  position: absolute;
  right: -2vw;
  top: -1vw;
  width: 6.5vw;
}

.pdf-img-2 img {
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.end-head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.end {
  padding: 3vw;
  -webkit-box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  border-radius: 10px;
  background-color: #fcfcfc;
  position: relative;
}

.end-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.end-body-info {
  width: 64%;
}

.title-end {
  font-size: 1.6vw;
}

.end-list li {
  position: relative;
  padding-left: 2.4rem;
  margin: 0.4vw 0;
}

.end-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3vw;
  width: 1.3rem;
  height: 1rem;
  background: url("../img/test/v2.png") no-repeat center;
  background-size: 100% 100%;
}

.end-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.it-1 {
  width: 38%;
}

.it-2 {
  width: 60%;
}

.it-3 {
  width: 55%;
}

.it-4 {
  width: 43%;
  min-height: 4vw;
  padding: 0.7vw 1vw;
}

.ing {
  position: absolute;
  bottom: -0.1vw;
  left: 5vw;
}

.ing img {
  width: 21.5vw;
}

.dialog-end {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2vw;
  width: 16vw;
}

.text-paradigma a {
  color: #68d0ee;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__block-item {
  padding: 0.4vw 1vw;
  padding-right: 6vw;
  position: relative;
  border-right: 1px solid #b9cbd8;
  color: #b9cbd8;
}

.footer__block-item:last-child {
  border: none;
  padding-right: 0;
}

.footer__block-item:first-child {
  color: #fff;
}

.footer__block .text12 {
  font-size: 0.63vw;
}

.test__btn-block {
  margin-top: 2rem;
}

.tgift {
  font-size: 2.2vw;
}

.text12 {
  font-size: 0.7vw;
}

.test-right-item-2 {
  height: 100%;
  padding-bottom: 11vw;
}

.test-right-item-2 .tgift2 {
  font-size: 1.8vw;
  line-height: 0.86 !important;
  display: inline-block;
}

.img-final {
  right: -2.5vw;
  bottom: -2.5vw;
}

.thanks-btn {
  width: 80%;
  margin: 0 auto;
}

.card_number {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.card_number_input {
  border: none;
  width: 40%;
  text-align: center;
  font-size: 0.94vw;
  font-weight: 900;
  background-color: transparent;
  padding: 0.7vw 0.2vw;
  height: 3vw;
}

.card_number .arrow-down {
  width: 30%;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card_number .arrow-down:hover {
  background-color: #ececec;
  cursor: pointer;
  color: #000;
}

.card_number .arrow-down:before {
  content: '';
  position: absolute;
  left: 63%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card_number .arrow-up {
  width: 30%;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.card_number .arrow-up:hover {
  background-color: #ececec;
  cursor: pointer;
  color: #000;
}

.card_number .arrow-up:before {
  content: '';
  position: absolute;
  left: 41%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.arrow-up,
.arrow-down {
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6f6f6f;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-bar__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dd1436;
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 3px, #dd1436 5px, #dd1436 10px), -webkit-gradient(linear, left bottom, left top, from(#d64960), to(#d64960));
  background-image: -webkit-repeating-linear-gradient(145deg, transparent, transparent 3px, #dd1436 5px, #dd1436 10px), -webkit-linear-gradient(bottom, #d64960 0%, #d64960 100%);
  background-image: -o-repeating-linear-gradient(145deg, transparent, transparent 3px, #dd1436 5px, #dd1436 10px), -o-linear-gradient(bottom, #d64960 0%, #d64960 100%);
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 3px, #dd1436 5px, #dd1436 10px), linear-gradient(to top, #d64960 0%, #d64960 100%);
  -webkit-animation: progres 2.8s linear infinite;
  animation: progres 2.8s linear infinite;
  -webkit-box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.3);
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  border-radius: 1.8rem;
}

.progress-bar__line-wrap {
  height: 10px;
  -webkit-box-shadow: inset -1px 2px 13px 1px rgba(80, 80, 80, 0.1);
  box-shadow: inset -1px 2px 13px 1px rgba(80, 80, 80, 0.1);
  border-radius: 5px;
  background-color: #f2f0f0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.progress-bar__line-num {
  color: #bbbbbb;
  font-size: 0.8vw;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 60px 0, 0 0;
  }
}

@keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 60px 0, 0 0;
  }
}

.selects__blocks {
  width: 40%;
}

.test-item {
  position: relative;
}

.bitem-test {
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
  position: absolute;
  right: -0.7vw;
  top: -0.5vw;
  text-align: left;
}

.bitem-test:before,
.bitem-test:after {
  -webkit-transform: skew(14deg);
  -ms-transform: skew(14deg);
  transform: skew(14deg);
}

.bitem-test:hover .t3 {
  -webkit-transform: translate(0, 20%) scale(1) skew(-14deg) !important;
  -ms-transform: translate(0, 20%) scale(1) skew(-14deg) !important;
  transform: translate(0, 20%) scale(1) skew(-14deg) !important;
  opacity: 1 !important;
  background-color: rgba(54, 54, 54, 0.9);
  color: #fcfcfc;
  padding: 1.4vw;
}

.tsu {
  height: auto !important;
  margin-bottom: 0 !important;
  width: 60%;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tsu .radio-label {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.end-soc {
  width: 55%;
  margin-bottom: -3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.end-soc__item {
  width: 47%;
  margin: 0 1.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.end-body .text-md {
  width: 100%;
}

.end-btn {
  width: 17vw;
  position: absolute;
  bottom: 2vw;
}

.end-1 {
  left: -5vw;
}

.end-2 {
  right: -5vw;
}

.imgend-l {
  position: absolute;
  width: 1.3vw;
  left: -0.5vw;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.imgend-r {
  position: absolute;
  width: 1.3vw;
  right: -0.5vw;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 112, 114, 0.95);
  overflow-y: scroll;
}

.thanks-btn {
  width: 60%;
  margin: 0 auto;
}

.modal {
  border-radius: 8px;
  z-index: 14;
  text-align: center;
}

.modal-th {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.modal-wrap {
  position: absolute;
  top: 15vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 2.5vw 1vw;
  -webkit-box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  border-radius: 10px;
  background-color: #fcfcfc;
  width: 28vw;
  margin-bottom: 8vw;
  z-index: 22;
}

.modal-wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 99.9%;
  -webkit-box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  border-radius: 0 0 20px 20px;
  background-color: #f7f7fb;
  opacity: 0.45;
  width: 90%;
  height: 1vw;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal-min {
  width: 24vw;
}

.modal-big {
  width: 59vw;
}

.modal-md {
  width: 40vw;
}

.fmdm {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.moneys {
  position: absolute;
  right: 3vw;
  top: 14vw;
  width: 13vw;
}

.mfw {
  width: 65%;
}

.mfw .radio-label {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.mfw .t8 {
  padding: 0 !important;
  height: auto;
}

.modal-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.modal-img-l {
  position: absolute;
  left: -7.2vw;
  top: 0;
  height: 100%;
}

.modal-right {
  width: 67%;
  padding: 2vw 2.5vw;
}

.modal-right .checkbox-wrap.t8 {
  margin-bottom: 0.6vw !important;
}

.btn-modals {
  width: 100%;
  min-height: 3.5vw;
  padding: 0.9vw 1vw;
}

.form-wrap.social-wrap-test {
  text-align: center;
}

.btn-forms-modal {
  width: 100%;
}

.tal {
  text-align: left;
}

.modal-btn-img {
  position: absolute;
  right: -4vw;
  top: -2vw;
  width: 11vw;
  max-height: none;
  z-index: 42;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.end-block__listm {
  width: 100%;
}

.close {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  width: 2.8vw;
  height: 2.8vw;
  cursor: pointer;
  border-radius: 100%;
  border: none;
  padding: 0.6vw;
  z-index: 98;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: ' ';
  height: 50%;
  width: 2px;
  background-color: #bbbcc3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #e82f3b;
}

.close-test {
  position: absolute;
  right: 1.6vw;
  top: 1.6vw;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border-radius: 100%;
  padding: 0.6vw;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 98;
}

.close-test:before,
.close-test:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: ' ';
  height: 50%;
  width: 2px;
  background-color: #bbbcc3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close-test:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-test:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-test:hover {
  -webkit-box-shadow: 0 6px 12px rgba(94, 202, 236, 0.3);
  box-shadow: 0 6px 12px rgba(94, 202, 236, 0.3);
}

.close-test:hover:before,
.close-test:hover:after {
  background-color: #5ecaec;
}

.modal-video {
  width: 80vw;
  padding: 0;
  height: 40vw;
  background-color: #000;
}

.modal-video-body {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}

.modal-training-first .title-conclusion {
  width: 85%;
}

.modal-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-block__video {
  width: 46%;
  position: relative;
  height: 17vw;
  border-radius: 8px;
  overflow: hidden;
}

.modal__info {
  width: 49%;
}

.modal__advas-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__advas-item img {
  width: 4vw;
  margin-right: 1vw;
}

.modal__info-title {
  font-weight: 500;
  margin-bottom: 0.9vw;
  line-height: 1.1;
}

.not-border {
  border-bottom: none;
  padding-bottom: 0;
}

.modal__footer {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 2.3vw;
}

.btn-thanks {
  margin-top: 2vw;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.upk__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.upk__cont-item {
  padding: 2.5vw 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

.upk__cont-item:hover {
  background-color: #f7f7f7;
}

.upk__cont-item.first .upk__cont-img img {
  -webkit-transform: scale(1.15) translateX(10%);
  -ms-transform: scale(1.15) translateX(10%);
  transform: scale(1.15) translateX(10%);
}

.upk__cont-item.first-2 .upk__cont-img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.upk__cont-item.last {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}

.upk__cont-img {
  width: 9vw;
  margin-right: 1.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.upk__cont-text {
  position: relative;
  padding-top: 1.86vw;
}

.upk__cont-num {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 198, 0, 0)), color-stop(0%, rgba(255, 198, 0, 0)), to(#ffc600));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 198, 0, 0) 0%, rgba(255, 198, 0, 0) 0% 30%, #ffc600 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 198, 0, 0) 0%, rgba(255, 198, 0, 0) 0% 30%, #ffc600 100%);
  background-image: linear-gradient(to top, rgba(255, 198, 0, 0) 0%, rgba(255, 198, 0, 0) 0% 30%, #ffc600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffc600;
  font-size: 3vw;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.modal-upk-text {
  font-size: 1.24vw;
  font-weight: 700;
  line-height: 1.1;
}

.title-margin-modal {
  margin: 2.6vw 0;
}

.btn-upk {
  width: 23vw;
  letter-spacing: 0.7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vw;
}

.modal-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-end__left {
  width: 27%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../img/modal/bg-1e.png") no-repeat center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 1;
}

.end__img {
  position: absolute;
  max-width: none;
  max-height: none;
  left: -11.5vw;
  top: 17%;
  width: 25vw;
  z-index: -1;
}

.end__block {
  padding: 2vw 1.5vw;
  position: relative;
  z-index: 5;
  width: 70%;
}

.end__last {
  width: 70%;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 1.5vw;
  margin-top: 2vw;
  position: relative;
  z-index: 19;
}

.title_min {
  color: #676767;
}

.end__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}

.end__social-item {
  width: 30%;
  border-radius: 8px;
  padding: 0.7vw 1vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.end__social-item-img {
  width: 1vw;
  height: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sbg {
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.s-radio {
  display: none;
}

.s-radio:checked ~ .sbg {
  border: 1px solid #c2a489;
}

.end-form {
  width: 60%;
  margin: 0 auto;
}

.btn-end-wrap {
  width: 100%;
  margin-top: 1.5vw;
}

.btn-end-wrap .btn {
  width: 100%;
  min-height: 4vw;
}

.modal .checkbox-psevdo {
  margin-right: 0.6rem !important;
}

.close-nav {
  display: none;
}

@media (max-width: 900px) {
  .header-banner {
    display: none;
  }

  .text13 {
    font-size: 1.2rem;
  }

  .header__soc-item {
    height: 2rem;
    margin: 0.5rem;
  }

  .main-arr {
    width: 4.4vw;
    top: 6vw;
  }

  p,
  .text {
    margin: 0.3rem 0;
    font-size: 1.2rem;
  }

  .link {
    font-size: 1.2rem;
  }

  .number {
    font-size: 1.4rem;
  }

  .container {
    max-width: 90vw;
  }

  h2,
  h3,
  .title-section {
    font-size: 2.2rem;
  }

  .descr {
    font-size: 1.4rem;
  }

  .descr br {
    display: none;
  }

  .small-text {
    font-size: 1.25rem;
  }

  .input {
    min-height: 4.5rem;
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
  }

  .btn {
    font-size: 1.2rem;
    padding: 1.4rem 1.5rem;
  }

  .footer {
    padding: 2rem 0;
  }

  .arrows {
    max-width: 4rem;
  }

  .arrows-l {
    left: -1.7rem;
  }

  .arrows-r {
    right: -1.7rem;
  }

  .flogo {
    max-width: 14rem;
  }

  .contacts {
    padding: 6rem 0;
  }

  .modal {
    padding: 1.5rem 2rem;
  }

  .close {
    right: 0;
    top: 0;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 0.7rem;
  }

  .logo__img {
    max-width: 16rem;
    margin-right: 1rem;
  }

  .header-banner img {
    max-width: 4.9rem;
    margin-right: 0.7rem;
  }

  .link-underline {
    font-size: 1.1rem;
  }

  .text12 {
    font-size: 1.2rem;
  }

  .number img {
    max-width: 2rem;
    margin-right: 0.6rem;
  }

  .main-banner {
    font-size: 1.6rem;
  }

  .title {
    font-size: 2.8rem;
  }

  .hover-title-img {
    max-width: 3rem;
  }

  .subtitle {
    font-size: 1.6rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .main__advas {
    width: 60%;
  }

  .main__advas-img {
    height: 6rem;
  }

  .btn {
    min-height: 4rem;
    padding: 2rem 1rem;
  }

  .btn-text {
    font-size: 1.2rem;
    text-align: center;
  }

  .main-btn {
    width: 38rem;
  }

  .main__slider {
    width: 24rem;
  }

  .main__slider-item {
    height: 5.7rem;
  }

  .proizv {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .slick-dots {
    bottom: 2rem;
    padding-right: 1rem;
  }

  .main__slider-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tooltip-t1 {
    width: 16rem;
    z-index: 44;
  }

  .hover-title-img {
    z-index: 45;
  }

  .bitem {
    left: 90%;
  }

  .main .tool {
    padding: 1.5rem;
  }

  .main .bitem.act .tool {
    -webkit-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
    -ms-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
    transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  }

  .main .bitem:hover .tool {
    -webkit-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
    -ms-transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
    transform: translate(-7%, 123%) scale(1) skew(-14deg) !important;
  }

  .tool span {
    padding: 0.5rem;
  }

  .minimal {
    font-size: 1rem;
  }

  .textarea {
    padding: 1.4rem;
  }

  .qw-2-img {
    position: absolute;
    right: 0vw;
    top: 12vw;
    width: 40vw;
  }

  .final-title {
    font-size: 1.7rem;
  }

  .final .checkbox-wrap.t8 {
    height: auto;
  }

  .ti4 .checkbox-wrap.ts3 {
    padding-right: 3rem;
  }

  .bitem-2 {
    right: 40%;
    left: auto;
    top: 24vw;
  }

  .bitem-3 {
    top: 35vw;
  }

  .qw-1-img {
    right: -7vw;
    top: 3vw;
    width: 51vw;
  }

  .bitem-item img {
    width: 2.7rem;
  }

  .tzSelect .selectBox {
    font-size: 1.3rem;
  }

  .tzSelect {
    height: auto;
  }

  .selects__blocks {
    width: 47%;
  }

  .checkbox-wrap.ts2 {
    min-height: 10vw;
  }

  .tool {
    width: 24rem;
    bottom: 2.5rem;
    padding: 1rem;
  }

  .tool-img {
    width: 6rem;
    height: 6rem;
    margin-right: 0.7rem;
  }

  .tool.t2 {
    width: 20rem;
  }

  .test-right {
    display: none;
    width: 0;
  }

  .test-info {
    width: 100%;
  }

  .title-min {
    font-size: 2.4rem;
  }

  .labels-img.t1 {
    height: 9rem;
  }

  .radio-label {
    font-size: 1.2rem;
  }

  .checkbox-wrap {
    padding: 1.2rem;
  }

  .checkbox-psevdo {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.4rem;
    padding: 0.3rem;
  }

  .checkbox-wrap.t2 {
    margin-bottom: 1.5rem;
    height: 8rem;
    width: 24%;
  }

  .test-item__right {
    width: 40%;
  }

  .test-item__left {
    width: 60%;
    padding: 2rem;
  }

  .arr1,
  .arr2 {
    display: none;
  }

  .ranges-inp {
    width: 9rem;
    margin: 0 1rem;
  }

  .bold-text {
    font-size: 1rem;
  }

  .bitem-test {
    right: 0;
    top: 0;
  }

  .bitem-test:hover .tool {
    -webkit-transform: translate(37%, 0) scale(1) scew(-14deg) !important;
    -ms-transform: translate(37%, 0) scale(1) scew(-14deg) !important;
    transform: translate(37%, 0) scale(1) scew(-14deg) !important;
  }

  .labels-img.t2 {
    height: 8.5rem;
  }

  .play-act {
    width: 3rem;
    right: 1rem;
    top: 1rem;
  }

  .checkbox-wrap.t3 {
    margin-bottom: 1.5rem;
  }

  .file-wrap {
    font-size: 1.2rem;
  }

  .file-link {
    padding: 1rem 1.5rem;
  }

  .title__item {
    font-size: 1.4rem;
  }

  .checkbox-wrap.t8 {
    padding: 0.4rem 1rem;
    height: 4.5rem;
  }

  .soc-img {
    width: 1.9rem;
    height: 1.88rem;
    margin-right: 0.7rem;
  }

  .btn-img-3 {
    right: -6rem;
    width: 8rem;
    top: -1rem;
  }

  .end-soc {
    width: 75%;
  }

  .input.name {
    background: url("../img/test/inp-name.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .input.date {
    background: url("../img/test/inp-date.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .input.pin {
    background: url("../img/test/inp-pin.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .input.ph {
    background: url("../img/test/inp-ph.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .btn-test .btn-text {
    font-size: 1.2rem;
  }

  .btn-test {
    width: 17rem;
  }

  .link-pdf {
    width: 22rem;
    padding-right: 3rem;
  }

  .pdf-img-2 {
    width: 7rem;
    right: -2.5rem;
    top: -1rem;
  }

  .footer__block-item {
    padding-right: 2rem;
  }

  .end-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end-body-info {
    width: 100%;
  }

  .ing {
    position: relative;
    bottom: auto;
    top: auto;
    max-width: 24rem;
    left: auto;
    margin-top: 2rem;
  }

  .dialog-end {
    width: 21rem;
    bottom: 2rem;
  }

  .title-end {
    font-size: 1.8rem;
  }

  .end-forms .input {
    width: 100%;
  }

  .end-forms .btn {
    width: 100%;
    margin-top: 1rem;
  }

  .footer__block .text12 {
    font-size: 0.9rem;
  }

  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-paradigma {
    font-size: 0.9rem;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .close-test {
    width: 3.5rem;
    height: 3.5rem;
    right: 1.5rem;
    top: 1.5rem;
  }

  .test {
    padding-top: 5rem;
  }

  .close {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.7rem;
    top: 0.7rem;
  }

  .modal-wrap {
    width: 28rem;
  }

  .modal {
    padding: 2rem;
  }

  .modal-big {
    width: 71rem;
  }

  .modal-img-l {
    left: -6rem;
  }

  .mfw .t8 {
    height: auto !important;
  }

  .moneys {
    top: 25vw;
  }

  .modal-md {
    width: 55rem;
  }

  .checkbox-psevdo.t3 .checkbox-psevdo-active {
    width: 1rem;
    height: 1rem;
  }

  .card_number_input {
    height: 3rem;
    font-size: 1.3rem;
  }

  .card_number {
    padding: 0;
  }

  .img-final {
    width: 40vw;
  }

  .ing img {
    width: 24rem;
    border-bottom: 3px solid #787878;
  }
}

@media (max-width: 767px) {
  .header-banner {
    display: none;
  }

  .main__advas {
    width: 100%;
  }

  .main__boll {
    display: none;
  }

  .checkbox-wrap.t2 {
    width: 47%;
  }

  .test-item-block-left {
    width: 28rem;
  }

  .test-item-block-right {
    width: 24rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1rem;
  }

  .social-list {
    width: 100%;
    position: relative;
    z-index: 4;
  }

  .end {
    padding: 3rem 2rem;
  }

  .ing {
    margin-bottom: 1rem;
  }

  .main__cont {
    padding-top: 2rem;
  }

  .mob-show {
    display: block;
    margin: 1rem auto;
    max-width: 24rem;
  }

  .modal-img-l {
    display: none;
  }

  .modal-right {
    width: 100%;
  }

  .modal-big {
    width: 90vw;
  }

  .modal-big br {
    display: none;
  }

  .modal-big .tal {
    text-align: center;
  }

  .mfw {
    width: 24rem;
    margin: 0 auto;
  }

  .modal-md {
    width: 90vw;
  }

  .modal-md br {
    display: none;
  }

  .modal .checkbox-wrap.t4 {
    margin-bottom: 1.3rem;
    background-color: transparent;
  }

  .item-final .checkbox-wrap.t8 {
    height: 3.7rem;
    margin-bottom: 1rem;
  }

  .item-final .social-list {
    width: 50%;
  }

  .btn-img-3 {
    right: -8rem;
  }

  .logo__text {
    font-size: 0.8rem;
  }

  .main-arr {
    display: none;
  }

  .btn-text img {
    margin-left: 0.6rem;
  }

  .btn-img-1 {
    width: 5rem;
  }

  .title {
    font-size: 2.2rem;
  }

  .title br {
    display: none;
  }

  .qw-2-img {
    top: 30vw;
  }

  .checkbox-wrap.tgift .labels-img {
    height: 20vw;
  }

  .btn-img-3 {
    right: -4rem;
  }

  .end-soc {
    width: 100%;
  }

  .end-btn {
    width: 94%;
    left: 3%;
    right: auto;
  }
}

@media (max-width: 567px) {
  .main-btn {
    width: 100%;
  }

  .btn-img-2 {
    display: none;
  }

  .btn-img-1 {
    display: none;
  }

  .title {
    font-size: 2.4rem;
  }

  .title br {
    display: none;
  }

  .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo__img {
    max-width: 20rem;
    margin-right: 0;
  }

  .header__number {
    margin-top: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__advas-item {
    max-width: 47%;
    width: 100%;
    margin: 0.5rem 1.5%;
  }

  .main__advas-item br {
    display: none;
  }

  .main__advas-img {
    height: 6rem;
  }

  .main__slider-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-dots {
    top: 111%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: auto;
    text-align: center;
  }

  .btn-img-3 {
    display: none;
  }

  .checkbox-wrap.t1 {
    width: 97%;
    margin: 1rem 1.5%;
  }

  .checkbox-wrap.t2 {
    width: 97%;
  }

  .test-item__left {
    width: 100%;
  }

  .test-item__right {
    width: 24rem;
  }

  .bitem-test:hover .tool {
    -webkit-transform: translate(4%, -10%) scale(1) skew(-14deg) !important;
    -ms-transform: translate(4%, -10%) scale(1) skew(-14deg) !important;
    transform: translate(4%, -10%) scale(1) skew(-14deg) !important;
  }

  .checkbox-wrap.t3 {
    width: 97%;
  }

  .checkbox-wrap.t3 .radio-label {
    padding: 1.3rem;
  }

  .labels-6-wrap {
    width: 100%;
  }

  .file-wrap-wrap {
    width: 100%;
  }

  .checkbox-wrap.t8 {
    background-color: #fff;
  }

  .end-head-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .input {
    font-size: 1.1rem;
  }

  .mob-show {
    max-width: 14rem;
  }

  .mfw {
    width: 100%;
  }

  .modal-video {
    height: 50vw;
  }

  .mob-elem {
    display: block !important;
  }

  .end-body-info {
    margin-top: 1.4rem;
  }

  .test-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .test-circle:before {
    width: 0.7rem;
    height: 0.7rem;
  }

  .footer__block-item {
    display: none;
  }

  .footer__block-item:last-child {
    width: 100%;
    display: block;
    text-align: center;
  }

  .ti2 .checkbox-wrap.t2 {
    width: 47%;
    height: 34vw;
    padding: 0.8rem;
  }

  .title-min {
    font-size: 1.9rem;
  }

  .test__btn-block {
    margin-bottom: 2rem;
  }

  .arr1,
  .arr2 {
    display: block;
  }

  .arr1 {
    height: 4rem;
    right: 31.5vw;
    top: -3.5rem;
  }

  .arr2 {
    height: 3rem;
    right: 36.5vw;
    top: -2.5rem;
  }

  .item-final .social-list {
    width: 100%;
  }

  .item-final .checkbox-wrap {
    padding: 0.2rem 0.4rem;
  }

  .item-final .checkbox-wrap .radio-label {
    font-size: 1rem;
  }

  .item-final .checkbox-wrap:nth-child(1) {
    width: 52%;
  }

  .item-final .checkbox-wrap:nth-child(2) {
    width: 52%;
  }

  .item-final .checkbox-wrap:nth-child(3) {
    width: 61%;
  }

  .item-final .checkbox-wrap:nth-child(4) {
    width: 81%;
  }

  .img-final {
    bottom: auto;
    top: 16vw;
  }

  .test-final-btn {
    margin-bottom: 2rem;
  }

  .logo__text br {
    display: none;
  }

  .logo__img {
    width: 14rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .title {
    font-size: 2.2rem;
  }

  .selects__blocks {
    width: 100%;
  }

  .qw-1-img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    left: auto;
    right: auto;
    top: auto;
    margin: 1rem auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: -4rem;
  }

  .test-item-block.t2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bitem-item {
    width: 2.7rem;
  }

  .mobd-hide {
    display: none;
  }

  .checkbox-wrap {
    width: 100%;
  }

  .checkbox-wrap.ts2 {
    min-height: 21vw;
  }

  .test-info {
    overflow: unset;
  }

  .checkbox-wrap.ts2 {
    margin-bottom: 2rem;
  }

  .qw-2-img {
    position: relative;
    width: auto;
    max-width: 22rem;
    max-height: 100%;
    left: auto;
    right: auto;
    margin: 1rem auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    top: auto;
    margin-top: -2rem;
  }

  .checkbox-wrap.tgift .labels-img {
    height: 30vw;
  }

  .final-title br {
    display: none;
  }

  .final .text {
    width: 50%;
  }

  .text13 {
    font-size: 1.1rem;
  }

  .test__btn-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .end-soc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end-soc__item {
    width: 97%;
    margin: 1.5rem auto;
  }

  .logo__text {
    font-size: 0.8rem;
    font-size: 1.4rem;
    text-align: center;
  }

  .main-banner img {
    width: 6rem;
  }

  .thanks-btn {
    width: 100%;
  }

  .fmdm {
    width: 100%;
  }

  .moneys {
    display: none;
  }

  .modal .checkbox-wrap.t4 {
    margin-bottom: 1rem !important;
  }

  .tlf {
    text-align: center;
  }

  .main__advas-item .text13 {
    text-shadow: 0 0 10px #fff;
  }
}